home *** CD-ROM | disk | FTP | other *** search
- //
- // The Fusion Library Interface for DOS
- // Version 1.06c
- // Copyright (C) 1990, 1991, 1992
- // Software Dimensions
- //
- // __FusionColors Header File
- //
-
- // ==========================================================================
- // Consult the reference manual for complete variable reference of all
- // variables within this header file.
- // ==========================================================================
-
- //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- //
- // Defines colors for fusion
- //
- //-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-
- struct __FusionColors
- {
- int MenuBorder; // Colors for PullDown/PopUp Menus
- int MenuCloseIcon;
- int MenuDeadOption;
- int MenuHiLite;
- int MenuInsides;
- int MenuQuickKey;
- int MenuTitle;
- int MenuHotKey;
- int MenuSubPointer;
- int MenuCheckMark;
- int MenuSelectable;
-
- int MenuBarBold; // Colors for the menu bar
- int MenuBarNormal;
-
- int NumNormal; // Colors for Numeric Elements on a Dialog
- int NumHiLite;
-
- int CharNormal; // Colors for Character Elements on a Dialog
- int CharHiLite;
-
- int ButtonNormal; // Colors for a Button Element on a Dialog
- int ButtonBold;
- int ButtonHiLite;
- int ButtonActive;
-
- int CheckText; // Colors for a Check Box on a Dialog
- int CheckMark;
- int CheckHiLite;
- int CheckQuickKey;
-
- int RadioText; // Colors for a Radio Button on a Dialog
- int RadioCheckMark;
- int RadioHiLite;
-
- int PickText; // Colors for a Pick List on a Dialog
- int PickMarked;
- int PickHiLite;
- int PickButton;
-
- int DiaBorder; // Colors for a Dialog
- int DiaCloseIcon;
- int DiaInterior;
- int DiaTitle;
- int DiaLocator;
- int DiaHiLiteLocator;
- int DiaQuickKey;
- int DiaDeadLocator;
- int DiaHeading;
- int DiaHiLiteHeading;
- int DiaHeadingQuickKey;
-
- int PromptLineBold; // Colors for the prompt line and menu bar
- int PromptLineNormal;
-
- int WorkSpace; // FusionWindow workspace background color
-
- int WinBorder; // Window colors
- int WinIcons;
- int WinTitle;
- int WinScrollBar;
- int WinSizeCorner;
- int WinInterior;
- int WinBoldInterior;
- int WinAltInterior;
- int WinDead;
-
- __FusionColors();
- };
-
- extern __FusionColors Colors;
-
-